home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 229
- Top = 148
- Width = 450
- Height = 370
- Caption = 'Enum Display Properties Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 81
- Height = 13
- Caption = '&Available Modes:'
- FocusControl = Modes
- end
- object Modes: TListView
- Left = 8
- Top = 24
- Width = 417
- Height = 305
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Resolution'
- Width = 100
- end
- item
- Caption = 'Bits Per Pixel'
- Width = 100
- end
- item
- Caption = 'Refresh Rate'
- Width = 400
- end>
- RowSelect = True
- SortType = stText
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = ModesDblClick
- end
- end
-